home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 1.iso / mac / P_Bro.DIR / 00047.ls < prev    next >
Encoding:
Text File  |  1996-12-07  |  342 b   |  13 lines

  1. on exitFrame
  2.   readpict(integer(field "PhotoGRP_T"), integer(field "PhotoCUR_T"))
  3.   if the visible of sprite 2 = 0 then
  4.     set the visible of sprite 2 to 1
  5.   end if
  6.   if the visible of sprite 13 = 1 then
  7.     set the visible of sprite 13 to 0
  8.   end if
  9.   if the visible of sprite 15 = 1 then
  10.     set the visible of sprite 15 to 0
  11.   end if
  12. end
  13.